+2008-01-23 Jason Rumney <jasonr@gnu.org>
+
+ * lpr.el (printer-name): Do not set on MS Windows.
+
2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* blank-mode.el: Fix a problem of cleaning blank faces when turning off
;;;###autoload
(defcustom printer-name
- (and lpr-windows-system "PRN")
+ (and (memq system-type '(emx ms-dos)) "PRN")
"*The name of a local printer to which data is sent for printing.
\(Note that PostScript files are sent to `ps-printer-name', which see.\)